home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR06 / VP0805.ZIP / SYSOP.DOC < prev    next >
Text File  |  1993-08-05  |  11KB  |  240 lines

  1.  
  2.      SysOp Documentation.
  3.  
  4. VGA Planets is a Registerd Trademark of Tim Wisseman.
  5. VGA Planets is copyrighted shareware material owned by Tim Wisseman.
  6. Including documentation in VP300.ZIP explains this matter fully.
  7. Nothing in this text file (SYSOP.DOC) can supercede or overide
  8. the obligations, restrictions, or particulars stated in Tim Wissemans
  9. documentation in VP300.ZIP.  
  10.  
  11. The VGA Planets BBS DOOR Interface program is written by Rick Di Lorenzo <me>.
  12. It is also copyrighted but is shareware, so you may use it for up to 30 days
  13. without registering it. 
  14.  
  15. Note : Registering the door does not mean you have registered the GAME,
  16.        and vice versa in that registering the game does not give you automatic
  17.        registration of the door.   The game and the door are two seperate
  18.        programs.
  19.  
  20. The BBS Interface door For VGA Planets is an entirely seperate package
  21. that includes these files.
  22.  
  23.      VGAPLANE.EXE           Main DOOR .EXE file
  24.      BBSHOST.EXE            Event/Maintenance file to be executed nightly.
  25.      SYSOP.DOC              Documentation for both VGAPLANE.EXE and BBSHOST.EXE
  26.      PUSERX.DAT             Empty user files for the Door Interfaces use.
  27.      BBSLOAD.BAT            Sample DOOR.BAT file to load up the BBS Door.
  28.      REGISTER.LST           List of SysOps who have registered the door.
  29.      HISTORY.DOC            New features and docs (READ THIS FILE!)
  30.  
  31. The file VP300.ZIP is the actual game files written by Tim Wisseman.
  32.  
  33. The BBS Inteface door supports  PCBOARD.SYS, DOOR.SYS, and DOORINFO.DEF
  34. The PCBOARD.SYS support is solid and free of bugs (to my knowledge).
  35. The DOOR.SYS support appears free of bugs, but has not been tested in a
  36. longterm basis.  The DOORINFO.DEF works but I haven't used it myself yet.
  37. There is also WWIV support but I do not have much faith in it, it might/should
  38. work if the development information on chain.txt I recieved is correct.
  39.  
  40.   Quick Start to install VGA Planets as a Door on your BBS.
  41.  
  42. 1.  UNZIP  VP300.ZIP into a directory, run the INSTALL.EXE program making
  43.     sure to install ONLY the HOST files onto your system.  Choose an
  44.     appropriate door directory for your BBS.
  45.  
  46. 2.  Skim through or read the *.DOC files that will be created along with
  47.     the other host files in your appropriate created door directory.
  48.  
  49. 3.  Make sure that VGAPLANE.EXE, BBSHOST.EXE, and the PUSER*.DAT files
  50.     are in the same directory with the installed VGA Planet Host files.
  51.  
  52. 4.  Make these subdirectories.  
  53.  
  54.                MD GAME1
  55.                MD GAME2
  56.                MD GAME3
  57.                MD GAME4
  58.                MD GAME5
  59.  
  60.       So you would have a directory like perhaps (only an example) 
  61.     C:\BBS\VGAP\ that has the above mentioned installed files in it, along
  62.     with the BBS Door interface files.  Then from that dir you would have
  63.     additional SUBDIRS such as C:\BBS\VGAP\GAME1\, and so on up to GAME5\.
  64.  
  65.  5. Execute MASTER.EXE with the Command line Parameter GAME1.
  66.  
  67.     Eg.  At the dos prompt you would type.
  68.  
  69.       C:\BBS\VGAP\MASTER GAME1
  70.  
  71.     Select ALL 11 Player Races, as you select them they become highlighted in
  72.     green.  Make sure all 11 become selected.  Then press ENTER when you are
  73.     finished.
  74.  
  75.     Answer "N" to the question of "Do you wish the players to have passwords?"
  76.     since such passwords would conflict with the BBS Door Interfaces internal
  77.     records.
  78.  
  79.     Select "Y" to "Do you want the Planetary friendly codes randomized"
  80.  
  81.     The additional starting options that it will question you on can be 
  82.     answered in whatever way you feel would be best for maximum enjoyment
  83.     by your users.  However I'd advise for a starting game, to have
  84.     (1) Classic Homeworlds,  Being "Medium" range from each other.
  85.     Starting from the (C)enter of the universe.  With maybe Extra Richness
  86.     of minerals, high populations, and high starting amount of money.
  87.     
  88.     When it asks for starting ENGINE tech level I'd advise a starting level of
  89.     1, but this is my own preference for initializing a new game, and could
  90.     be set to a higher value if you wish.   Once again check Tim's 
  91.     documentation for further information.
  92.  
  93.  6. REPEAT step 5 for EACH other game... I.E.
  94.     MASTER GAME2
  95.     MASTER GAME3
  96.     MASTER GAME4
  97.     MASTER GAME5
  98.  
  99.   
  100.  7. Look at BBSLOAD.BAT, it's a sample batch file that I use for my BBS
  101.     which is running PCBoard 15.0 (note it also works with PCBoard 14.x 
  102.     versions).  Here it is once again.
  103.  
  104.     C:
  105.     CD \PCB\DOOR\VGAP
  106.     VGAPLANE /P:C:\PCB
  107.     CD \PCB
  108.     BOARD
  109.  
  110.  
  111.     The first two lines are obvious I hope.   They serve to move into
  112.     the directory that contains both the VP300.ZIP installed HOST files,
  113.     and the BBS Host Interface files.
  114.  
  115.     The third line is what loads up the BBS Door.  It's command line 
  116.     parameter switches are.
  117.  
  118.     /P     For PCBOARD.SYS
  119.     /W     for CHAIN.TXT   <No idea if the WWIV chain.txt support works though>
  120.     /D     for DOOR.SYS
  121.     /R     for DOORINFO.DEF 
  122.     /S     Turns on SOFTWARE FLOW CONTROL.  Useful if you have users
  123.            that for some reason don't use hardware flow control.
  124.     /F     Fossil Driver support. 
  125.     /M     Digiboard support, very buggy.  I'd advise using a fossil.
  126.  
  127.     following these intial switches is  :PATH, where path is the path to the
  128.     BBS Drop file (I.E. Pcboard.sys, door.sys, or whatever).
  129.  
  130.     So for my BBS I have    /P:C:\PCB    because I use PCBoard.sys to load
  131.     up the door and because C:\PCB is the directory that the BBS creates
  132.     the pcboard.sys file.   Note that there are NO spaced between the /P
  133.     and the :C:\PCB.  Also note that you do not need an end slash on C:\PCB
  134.     for it to work.
  135.  
  136.     VGAPLANE, when loaded correctly should be able to tell if the current
  137.     user is on remotely or locally.  Should be able to find the Com Port,
  138.     Baud Rate, user name, etc from the drop file correctly.  Locked or
  139.     Unlocked baud rates should not cause a problem.
  140.     This has been tested over a period of use on my system (PCBoard 15.0)
  141.     and also on a friends (PCBoard 14.5).  On other BBS programs I have not
  142.     been able to test it yet.  If you successfully get this door running on
  143.     a non-pcboard system.  Please tell me.
  144.  
  145.  8. IMPORTANT LAST STEPS -  Put the BBSHOST.EXE into your nigthly event or
  146.     maintenance file.   So BBS Host will be ran every night.  Make sure
  147.     it is executed in the PROPER directory.  I.E. in your event.sys 
  148.     (for pcboard)  you would add something like this into your current
  149.     event file. 
  150.  
  151.     CD \PCB\DOOR\VGAP
  152.     BBSHOST
  153.  
  154.     BBSHOST will default to run the HOST program on all games that have 9 or
  155.     more players in them currently.   You can change this default by putting a
  156.     command line parameter.  Such as "BBSHOST 11" instead of just "BBSHOST".
  157.     The Default of 9 is a good number I feel, this means the game will not 
  158.     start processing until at least 9 players have joined the current game
  159.     and are ready.   You can play with less, but the more players (up to
  160.     the max of 11 of course) the merrier.  I feel 3 or 4 would be the
  161.     'minimum' you would want to set it to.  But setting this does not mean
  162.     that it's putting a limit on how many people can play.   Because more
  163.     users can join an in-process game through the "J" command still as long
  164.     as not all 11 user slots are used up in a game.  So the game could start
  165.     running as soon as 9 players are ready, but later on a 10th and 11th could
  166.     join in.
  167.  
  168.  9.  COPY the VP300.ZIP  file into your VGA Planets directory also!
  169.      This is very important because users on your board will HAVE to download
  170.      this file so they can install the PLAYER files locally on to their
  171.      hard drives at home.  The Door interface uses DSZ.COM in the door
  172.      to allow users to download VP300.ZIP, it also uses dsz.com for users
  173.      to upload and download their TRN/RST files.
  174.  
  175.  
  176.     Other Notes - The door currently supports up to 5 games with 11 players
  177.  each.   That's up to 55 users being able to play VGA Planets on your bbs.
  178. To increase the amount of games the door supports, you will have to register
  179. it.  Registration fees can be any amount over 15 dollars.  Basically
  180. whatever you feel it was worth.  
  181.  
  182.   Support for the door can be reached at 416-633-8779 HST or 416-663-1103 
  183.  V32.bis.  If you can't reach me at those BBS numbers you can mail me a letter.
  184.  Address is
  185.  
  186.     Rick DiLorenzo
  187.     171 Kingscross drive
  188.     King City, Ontario
  189.     L0G 1K0
  190.     Canada
  191.  
  192. Btw I'd accept both american or canadian currency <g>.  Also if registering,
  193. make it a cheque or money order, not cash please.
  194. I can also accept VISA, just give me the number, name as written on the
  195. card, expiration date, and how much you authorize to be charged.
  196.  
  197.    Support BBS
  198.    ~~~~~~~~~~~
  199. The Support BBS for the Door Interface is Toronto Twilight Communications,
  200. and of course I'm the SysOp.  The numbers are in the above paragraph.
  201.  
  202.    Disclaimer
  203.    ~~~~~~~~~~
  204. Disclaimer -  The Usual, I will assume no responsibilities for damages
  205. caused by this program.   If it runs amuck and eats up your mind or blows
  206. up, tough spit.  It is your responsibility to determine if this program will
  207. work reliably on your computer system and software environment.  This program
  208. is available in an unregisterd form for the purpose of evaluation; by 
  209. registering, you acknowledge that it works to your liking and satisfaction.
  210. In no event shall I, my BBS, my fifth-born child, or anything else related
  211. to ME be liable for any damages incurred by this program.
  212. I don't like to include any disclaimer at all, but for 'legal' purposes
  213. I suppose I have to to guard my own hide.
  214.  
  215. Shareware Agreement.
  216. ~~~~~~~~~~~~~~~~~~~~
  217. Note after 30 days of use your shareware agreement expires and you HAVE
  218. to register this if you want to legally continue using it.  Not registering
  219. it after 6 months of use would be a break in your shareware lisence and will
  220. make you a criminal.   So please be a good little sysop and send me all your
  221. money <g>.   But once again, Tim would deserve your money more than I, his
  222. programming job and task was much more difficult.   So please register
  223. VGA Planets with him FIRST.  I think his registered copy also has a lot
  224. of nifty additional features or something, READ his docs...
  225.  
  226.  
  227.  
  228. Other way of contacting me - Nanet SYSOP conference (message to 
  229. "RICK DILORENZO").   C2C SysOp conference, Intellec SysOp conference,
  230. and also the EchoNet chit-chat conference I suppose.  I also have an
  231. internet address of cs911212@ariel.yorku.ca.  I only check my mail there
  232. about once a week though.  (Because I'm on SUMMER VACATION now and have
  233. better things to do than go all the way back to York University to read
  234. my mail).
  235.  
  236.    Toronto Twilight Communications BBS - 8 Nodes - 900 Conferences - 5 Gigs.
  237.   416-663-8779 HST Nodes.   416-663-1103 V.32bis nodes   416-663-5751 Freenode.
  238.  
  239.             Rick DiLorenzo...
  240.